home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 18
/
CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso
/
CUCD
/
Programming
/
ModemLink
/
Source
/
ModemLinkAPI.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-03-09
|
177b
|
11 lines
#ifndef ML_API_H
#define ML_API_H
#include <exec/ports.h>
#include "ModemLinkDevAPI.h"
BYTE ML_DoIO(struct IORequest *IOReq);
void ML_SendIO(struct IORequest *IOReq);
#endif